gdk: Deliver queued events on flush
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2020 21:03:00 +0000 (17:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2020 21:03:00 +0000 (17:03 -0400)
commitc5ed5c5ff995f504de964fa1bc8472a4f670757f
treedd63cc7ea6d82f202ebe26bce40df046dcb90a9d
parent6b53a55dd7fc6f1e46262625d6852568563a00ae
gdk: Deliver queued events on flush

The current code was marking queued events as flushed,
but left them in the queue. That doesn't make sense to
me - we should deliver all events we have before we
reach the paint phase of the frame cycle.
gdk/gdkevents.c